inherited DirLoadErrorDialog: TDirLoadErrorDialog Caption = 'Folder Not Available' ClientHeight = 71 ClientWidth = 353 OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object PathBrowseBtn: TUiBrowseSpeedButton Left = 320 Top = 8 Hint = 'Browse' BrowseComboBox = PathEdit end object PathEdit: TUiBrowseComboBox Left = 8 Top = 8 Width = 305 Height = 21 ItemHeight = 13 TabOrder = 0 DirsOnly = True OnBrowse = PathBrowse end object CreateBtn: TUiButton Left = 8 Top = 40 Caption = '&Create' TabOrder = 1 OnClick = CreateClick AutoSize = asLeft end object RetryBtn: TUiButton Left = 192 Top = 40 Caption = '&Retry' Default = True ModalResult = 4 TabOrder = 2 AutoSize = asRight end object CancelBtn: TUiButton Left = 272 Top = 40 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 AutoSize = asRight end end